[ios 개발 이상] view&n…

질문 설명:
storyboard 에서 controller A 에서 controller B 로 넘 어 갈 때 경고:Attempt to present on whos view is not in the window hierarchy!
문제 참고:
http://stackoverflow.com/questions/11862883/whose-view-is-not-in-the-window-hierarchy
문제 분석:
My presumption is that the view controller's view 
is not
 in the window hierarchy at the point that it has been loaded (when the  viewDidLoad
 message is sent), but it 
is
 in the window hierarchy after it has been presented (when the  viewDidAppear:
 message is sent).
중국어 분석 추가:
자신의 사고 와 반 통 하지 않 는 영어 수준 을 결합 하여 대체적으로 분석 해 보면 이렇게 되 어야 한다.contrller a 에서...
viewdLoad 에서 controller b 를 직접 뛰 어 넘 은 후에 controller b 를 표시 할 때 도 controller a 를 사용 하여 표시 한 다음 에 이 window 의 계층 구조 가 잘못 되 었 음 을 발견 했다.
문제 해결:
controller a 에서 뛰 어 다 닐 때
viewdLoad 및
view Did Appear 이후 에 야 점프 할 수 있 기 때문에 직접 점프 하 는 것 이 아니 라 시간 을 끌 수 있 습 니 다.시간 을 끌 면 방법 이 많 습 니 다.nstimer 여러 가지 등 을 사용 할 수 있 습 니 다.
이상 은 순 전 히 풋내기 가 스스로 분석 한 것 입 니 다.만약 부당 하 다 면 협객 여러분 의 지적 을 바 랍 니 다.

좋은 웹페이지 즐겨찾기